pixwerx/README.md

20 lines
446 B
Markdown
Raw Permalink Normal View History

2024-06-06 23:45:53 +02:00
# pixwerx
2020-12-14 00:07:27 +01:00
2024-07-27 09:40:02 +02:00
pixwerx is a general purpose 3D engine written in C++23 and scriptable with Lua.
2020-12-14 00:07:27 +01:00
2024-07-27 09:40:02 +02:00
## Principles
2020-12-14 00:07:27 +01:00
2024-07-27 09:40:02 +02:00
- datadriven design
- multiple platform capable through heavy usage of STL
- minimal set of dependencies
- efficiency through meta-meta programming techniques
- no CPU intrinsics
2020-12-14 00:07:27 +01:00
## License
2024-07-27 09:40:02 +02:00
pixwerx is licenced under the terms of the MIT License. Please consult the LICENSE file.
2020-12-14 00:07:27 +01:00
## Authors
2024-07-27 09:40:02 +02:00
© 1999-2024 Hartmut Seichter