Commit Graph

8 Commits

Author SHA1 Message Date
RH b01786ef2c
Invert if condition checking for existence of the axmol bin path in the user path env variable (#1275)
Make list mutable to allow for inserting new path
2023-07-16 13:51:36 +08:00
halx99 f1aab29e01 Improve build scripts 2023-07-12 12:15:27 +08:00
halx99 86c4ef48d1 Improve setup script [skip ci] 2023-07-08 12:37:02 +08:00
halx99 167b81d5cd Bump 1.1.0 2023-07-06 20:37:59 +08:00
halx99 90aa74cdfa Improve cmake script
- glslcc helper function
  - Rename ax_add_shader to ax_target_compile_shaders
  - Provide argument FILES for specify single or multi shader
    source files support, i.e.
       ax_target_compile_shaders(target_name FILES 1.frag 1.vert)
- Rename all _AX_ROOT_PATH to _AX_ROOT
2023-07-06 19:21:36 +08:00
halx99 7243ced7a1 Fix linux setup 2023-07-06 13:20:56 +08:00
halx99 bfc400527b Fix linux setup 2023-07-06 13:15:54 +08:00
halx99 e78ef2d885 Migrate setup.py to setup.ps1 2023-07-06 12:18:33 +08:00