Skip to content

Releases: FrewtyPebbles/Loxoc-Python3D-Game-Engine

v1.0.0.dev25

01 Jul 00:28
Compare
Choose a tag to compare
v1.0.0.dev25 Pre-release
Pre-release

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

30 Jun 07:10
Compare
Choose a tag to compare
v1.0.0.dev24 Pre-release
Pre-release

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

29 Jun 05:30
Compare
Choose a tag to compare
v1.0.0.dev23 Pre-release
Pre-release

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

28 Jun 07:17
Compare
Choose a tag to compare
v1.0.0.dev22 Pre-release
Pre-release

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 to Window class for setting the base light level of the scene.

v1.0.0.dev21

27 Jun 21:07
Compare
Choose a tag to compare
v1.0.0.dev21 Pre-release
Pre-release

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

27 Jun 05:01
Compare
Choose a tag to compare
v1.0.0.dev20 Pre-release
Pre-release

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 and window.time_ns to get the seconds and nanoseconds since the window was created.

v1.0.0.dev19

26 Jun 06:13
Compare
Choose a tag to compare
v1.0.0.dev19 Pre-release
Pre-release

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

26 Jun 04:25
Compare
Choose a tag to compare
v1.0.0.dev18 Pre-release
Pre-release

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 and Vec2 class for rending 2D sprites.

v1.0.0.dev17

25 Jun 07:00
Compare
Choose a tag to compare
v1.0.0.dev17 Pre-release
Pre-release

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

24 Jun 22:36
Compare
Choose a tag to compare
v1.0.0.dev16 Pre-release
Pre-release

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