Releases: FrewtyPebbles/Loxoc-Python3D-Game-Engine
v1.0.0.dev25
Dev release notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Fixed Mesh tree. It is now easier to extract individual meshes.
v1.0.0.dev24
Dev release notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Fixed Quaternion rotations.
- Added
__copy__
dunder to Quaternions and Vec3 - Added Documentation
v1.0.0.dev23
Dev release notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Fixed point lighting influence calculation in default lighting shader.
v1.0.0.dev22
Dev release notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Added
PointLight
class for point lighting. - Added
ambient_light
attribute toWindow
class for setting the base light level of the scene.
v1.0.0.dev21
Dev release notes
This is a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Renamed engine to
Loxoc
v1.0.0.dev20
Dev release notes
This a development build of Runespoor.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Runespoor
Changelog:
- Fixed potential double frees with backend
RC
class - Fixed sprite jitter in test file.
- Added
window.time
andwindow.time_ns
to get the seconds and nanoseconds since the window was created.
v1.0.0.dev19
Dev release notes
This is a development build of Runespoor.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Runespoor
Change Log:
- Removed throws on asset import.
v1.0.0.dev18
Dev release notes
This is a development build of Runespoor.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Runespoor
Change Log:
- Added
Object2D
,Sprite
andVec2
class for rending 2D sprites.
v1.0.0.dev17
Dev release notes
This is a development build of Runespoor.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Runespoor
Change Log:
- Added
MeshDict
class to improve mesh loading performance and make "sub-meshes" retrieveable. - Fixed typo in texture loading error message.
v1.0.0.dev16
Dev release notes
This is the first development build of Runespoor.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Runespoor