Commit graph

116 commits

Author SHA1 Message Date
b2172d88fb fiddling ... 2019-01-21 17:11:10 +01:00
bf834a33e0 working a bit to get the constructor usage cleaned up for the whole matrix code 2019-01-21 15:46:57 +01:00
f33e6769f4 still not yet there 2019-01-18 22:04:14 +01:00
9dd862018b put the new matrix implementation in place 2019-01-18 21:45:23 +01:00
55b7361717 basic function work and are validated against octave output 2019-01-18 09:34:48 +01:00
54e3b1587e fixing core matrix calculations 2019-01-17 17:34:14 +01:00
1e8b91474e Merge branch 'master' of gitlab.com:seichter/pixwerx 2019-01-17 14:20:12 +01:00
a197dd98e8 merge mesh 2019-01-17 14:19:41 +01:00
f82f52a031 fix for meshes 2019-01-17 14:18:17 +01:00
7c424b713e Merge remote branch 'origin/master' 2019-01-17 14:16:50 +01:00
28e3ef513e need to rewrite the whole matrix stack 2019-01-17 14:14:34 +01:00
05dea19436 further cleanup 2019-01-16 23:45:44 +01:00
075d18b4b8 proper blitting without texture attachment added - need to redo and refactor the stuff in pipeline 2019-01-16 18:52:39 +01:00
351d29cd54 the usual triangle test with the shader pipeline 2019-01-16 16:55:37 +01:00
1f6ff8526b Merge branch 'master' of gitlab.com:seichter/pixwerx 2019-01-16 15:43:15 +01:00
53b86a9608 Merge branch 'master' of gitlab.com:seichter/pixwerx 2019-01-16 15:43:03 +01:00
9d0c60c5f4 working version for linux with usable scripting 2019-01-16 15:40:37 +01:00
abc3e029fe partial fix 2019-01-16 15:37:30 +01:00
28905d301e skeletton for an io system 2019-01-16 11:37:36 +01:00
e8be36243d not dealing with SOL2 problem now 2019-01-16 11:13:44 +01:00
46eff44297 adding important low-level code for image and matrix manipulations 2019-01-16 11:13:12 +01:00
99fdade003 added image basics 2019-01-16 10:38:37 +01:00
29da543ed7 worked out a simple way to call a lua function as a method based on the overridable_function_members.cpp
example
2019-01-14 22:47:57 +01:00
e267a0d2ed sync to keep working 2019-01-14 21:48:16 +01:00
236cdd5ef7 ignore clang compilation database 2019-01-14 14:09:30 +01:00
665a9a4078 some experimentation 2019-01-14 09:42:28 +01:00
9773103a18 wiggling around with the whole notion of what a renderer does and what not. Added simple wrapper for GLFWmonitor named display 2019-01-13 22:14:41 +01:00
3cc0fde1e1 added proper license in core various poking into getting context > system > renderer properly setup 2019-01-12 22:55:09 +01:00
c7c7d5af77 inching slowly towards a renderer 2019-01-11 23:21:09 +01:00
4b695ecaf6 add tinygltfloader 2019-01-10 22:07:45 +01:00
5160ec4b0b add fullscreen mode 2019-01-10 11:26:31 +01:00
b2b12b64ab WiP 2019-01-10 10:51:03 +01:00
fdf7714d11 final commit for today - still searching to get the mouse_button 2019-01-09 19:58:03 +01:00
f840d51f4f intermediate state 2019-01-09 17:50:18 +01:00
dfe26d9424 intermediate implementation with more support for input 2019-01-09 16:24:16 +01:00
39663f40ef renamed logger into debug and start of piping through the GLFW input system to the script system 2019-01-09 11:34:30 +01:00
b8f5681131 renamed logger into debug and start of piping through the GLFW input system to the script system 2019-01-09 11:34:19 +01:00
24154087ba small update to put more transformation code into the right spots 2019-01-07 17:09:20 +01:00
cf0993e2dc update to Lua 5.3.5 2019-01-07 16:59:07 +01:00
b89c536761 clean up for adding proper transform handling 2019-01-07 16:35:22 +01:00
28bdf476ca fix for erasure handling of nodes and components 2019-01-07 16:28:22 +01:00
74aae08122 trying to figure out a way to handle meshes and transforms more elegantly 2019-01-07 09:55:35 +01:00
2e151b87c6 trying to find a consistent and C++1x styled graph representation 2019-01-05 10:13:16 +01:00
f6c7f1adbb added a few things from SSTT as it has a newer C++11 design 2019-01-02 23:22:09 +01:00
9819fa7f36 fix the dates and CMakeLists 2019-01-01 21:56:00 +01:00
Hartmut Seichter
6501eca4fb Add README.md 2019-01-01 20:53:53 +00:00
Hartmut Seichter
e332adf14c Add LICENSE 2019-01-01 20:52:32 +00:00
62b2302a32 update on design of scenegraph 2019-01-01 21:47:35 +01:00
f7043fc0cb added camera implementation and plenty of other rendering related stuff - splitted out the initialization of the render context 2018-12-30 23:36:53 +01:00
ae37273021 ref counting with std::shared_ptr seems to work and also is handed through with sol 2018-12-28 00:34:39 +01:00