0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed warning in test case More... almost 11 years ago
added stream output operators More... almost 11 years ago
use the GLSL synthesiser to provide the shaders for the default renderer More... almost 11 years ago
oh myyy More... almost 11 years ago
document parts of the HTTP server More... almost 11 years ago
add cartesian->polar conversion More... almost 11 years ago
forgot about the semicolons More... almost 11 years ago
add basic variable bindings More... about 11 years ago
forgot to declare derived classes as subclasses :) More... about 11 years ago
fixed & added documentation More... about 11 years ago
Merge branch 'master' of github.com:ef-gy/libefgy More... about 11 years ago
added documentation for the affine class More... about 11 years ago
minor redesign More... about 11 years ago
add GLSL synthesiser header - i suppose that means i'm finally getting to do issue #6 More... about 11 years ago
fixed a typo in affine map constructor More... about 11 years ago
added test case for affine map construction More... about 11 years ago
remove the pi and e usage section headers; they seem to be causing trouble in tag files... More... about 11 years ago
updated model factory to automatically generate parametric wrapper types for formulae; this means there's even fewer things to specify twice :3 More... about 11 years ago
simplified the factory interface just a tiny bit More... about 11 years ago
simplify adding of new types to the model factory; this change also means that the ID will no longer have to be duplicated More... about 11 years ago
doxygen was nagging about this. bad doxygen! baaad doxygen! More... about 11 years ago
fix #20 by redeclaring the matrix in the identity class protected More... about 11 years ago
document remaining functions; remove unnecessary functionality More... about 11 years ago
add another 'constant' parameter, which is used by the new klein bottle model; also add that same new model More... about 11 years ago
fix #12: add a torus model More... about 11 years ago
use the parametric code for the planes More... about 11 years ago
redesigned the sphere primitive with the new parametric template; this greatly simplifies that part of the code and reduces quite a bit of redundancy; it also shows that using hypercubes as the base for the coordinate space sweep works as intended in higher dimensions More... about 11 years ago
updated the parametric formula code to use a unit hypercube as the basis for its coordinate space sweep; this should allow it to be used for higher-dimensional formulas More... about 11 years ago
Merge remote-tracking branch 'github/master' More... about 11 years ago
use proper for() loops instead of std::for_each + a lambda where appropriate More... about 11 years ago