Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Polytonic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Polytonic
5y ago
https://www.twitch.tv/dashducks
2.
▲
by
Polytonic
10y ago
Thule Paramount! (29L) - https://www.amazon.com/gp/product/B00MHNPQ16/ ($115) Flap-top with side-access zippers. Carries my 15" rMBP in a padded pocket, has a decent selection of mesh pockets, rubber hoo
3.
▲
Electronic Arts Standard Template Library
(github.com)
2 points
by
Polytonic
11y ago
|
0 comments
4.
▲
How do you buy $7B of stuff you don't need?
(politico.com)
2 points
by
Polytonic
11y ago
|
0 comments
5.
▲
by
Polytonic
11y ago
>On the other hand, if you don't mind using other languages for the host code, there are a number of libraries in Java, Python, etc. that make it much simpler and more feature-complete than this library. What features would you cons
6.
▲
by
Polytonic
11y ago
My primary platform is OSX, and Chlorine was written to target OSX first. It is arguably the easiest to get started under OSX.
7.
▲
by
Polytonic
11y ago
The idea is to be super simple and easy to pick up. I'd rather spend my day to day time working on interesting problems, rather than slapping together boilerplate. Hence, my goal is to make it very easy to get started. When you need th
8.
▲
Chlorine: Dead Simple GPGPU
(github.com)
104 points
by
Polytonic
11y ago
|
12 comments
9.
▲
Chlorine – Dead-simple framework for OpenCL
(github.com)
1 points
by
Polytonic
11y ago
|
0 comments
10.
▲
Annotated Realtime Raytracing
(tinycranes.com)
11 points
by
Polytonic
11y ago
|
0 comments
11.
▲
by
Polytonic
11y ago
By "developer" is this from the perspective of say, a company looking to use Glitter as a starting point for something? Glitter started off as a quickstart for students taking Computer Graphics related classes at my school, not as
12.
▲
by
Polytonic
11y ago
TIL! This is awesome! I never knew about this. What does it do under Windows? Does it run say, devenv.exe/msbuild in the shell, as opposed to in Visual Studio?
13.
▲
by
Polytonic
11y ago
Hey, I noticed you haven't actually opened an issue. Did you work through your problem or ...?
14.
▲
by
Polytonic
11y ago
Hi, can you open a GitHub issue for this? Would prefer to keep problems centralized to the repository.
15.
▲
by
Polytonic
11y ago
This was asked in an issue earlier today. It's a combination of 1) I didn't even know such flags existed! and 2) I had some compatibility issues with older versions of CMake on my test machines. I'll look into adding it in t
16.
▲
by
Polytonic
11y ago
This might be easier on the eyes for people as well: http://polytonic.github.io/Glitter/ Looks a bit prettier than the default GitHub repository page anyway.
17.
▲
by
Polytonic
11y ago
Yeah, CMake is a bit of a complicated beast to "learn" so to speak. I spent a fair number of hours pulling my hair out trying to get it working. This is the result! Hope you find it helpful!
18.
▲
by
Polytonic
11y ago
GLUT is a windowing library. GLFW3, SDL, SFML mostly replace everything it does in terms of windowing and input. :)
19.
▲
Glitter – Dead-simple boilerplate for OpenGL
(github.com)
68 points
by
Polytonic
11y ago
|
16 comments
20.
▲
WebGL Realtime Raytracing
(shadertoy.com)
1 points
by
Polytonic
11y ago
|
0 comments
21.
▲
by
Polytonic
11y ago
They certainly do appeal, but are likely a little outside my expertise to go implement, at least right now. Definitely something I'll look into, time permitting! I was aiming more for "simpler" to start with I think.
22.
▲
by
Polytonic
11y ago
It would be an interesting comparison, yeah. I haven't worked with CUDA much lately though. I was thinking of adding CUDA support so that Chlorine would default to CUDA on Nvidia cards, but it seemed of limited value. The real goal is
23.
▲
by
Polytonic
11y ago
I was contemplating doing a FFT as a demo, but Mandelbrot was low hanging fruit that made for pretty pictures. Keep in mind this was student work. If you have a specific problem in mind, I'd be happy to work on adding it as an example.
24.
▲
by
Polytonic
11y ago
I think the problem with (most of?) these libraries is that they don't solve the fundamental problem, which is: the OpenCL API is awful to work with. Various strategies have been attempted, mainly involving some form of "wrap the
25.
▲
by
Polytonic
11y ago
Sorry to keep plugging my stuff, but you might be interested in this ... https://github.com/Polytonic/Chlorine No raw pointers, but you can use C arrays (was that what you meant by raw pointers?).
26.
▲
by
Polytonic
11y ago
I wrote this blog post a while ago, and decided to revisit it over the weekend to generate/add some benchmarking data. Figured I'd post it here and see if anyone has any feedback.
27.
▲
Visualizing the Mandelbrot Set with Chlorine
(tinycranes.com)
12 points
by
Polytonic
11y ago
|
7 comments
28.
▲
by
Polytonic
11y ago
I wrote something similar a while back ( https://github.com/Polytonic/Chlorine ). Always good to see more attention paid to OpenCL though!
29.
▲
by
Polytonic
11y ago
I recently put together Glitter ( https://github.com/Polytonic/Glitter ) which is a basic OpenGL boilerplate that runs on every platform. The only dependency is cmake, so getting started with OpenGL is as simple as gener
30.
▲
Show HN: Parallel Processing, Made Simple(r)
(github.com)
4 points
by
Polytonic
12y ago
|
0 comments
More ›