Viewing profile — Polytonic
Polytonic
HN member- Joined
- Wed, Jan 14, 2015, 9:10 PM UTC
- HN karma
- 131
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About Polytonic
Recent public activity
-
comment
Comment #26663988
https://www.twitch.tv/dashducks
-
comment
Comment #13371825
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 m…
- story
- story
-
comment
Comment #10767652
>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-comp…
-
comment
Comment #10766666
My primary platform is OSX, and Chlorine was written to target OSX first. It is arguably the easiest to get started under OSX.
-
comment
Comment #10766662
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 i…
- story
- story
- story
-
comment
Comment #10142154
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 Comp…
-
comment
Comment #10142078
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?
-
comment
Comment #10142053
Hey, I noticed you haven't actually opened an issue. Did you work through your problem or ...?
-
comment
Comment #10141941
Hi, can you open a GitHub issue for this? Would prefer to keep problems centralized to the repository.
-
comment
Comment #10141643
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 …
-
comment
Comment #10141541
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.
-
comment
Comment #10141522
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 i…
-
comment
Comment #10141519
GLUT is a windowing library. GLFW3, SDL, SFML mostly replace everything it does in terms of windowing and input. :)
- story
- story
- story
-
comment
Comment #10110905
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 …
-
comment
Comment #10110819
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 c…
-
comment
Comment #10110591
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…
-
comment
Comment #10108464
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 a…