hamad-almamari / skmodules

jai programming language starter modules kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jai programming language starter modules kit. (WIP)

This WORK IS IN PROGRESS, but if you want to play with it download the modules from the releasing page. Beta the code in the master branch rapidly changing.

Modules List

  • sk_App
  • sk_Gfx

Examples

Inside each module folder there is an examples folder.

screenshots

01_hello_gfx

02_vertex_and_index_buffers

03_push_constants

04_multi_window_multi_encoder

05_blending_and_multisampling

06_depth

07_multi_render_targets_same_pass

08_hello_texture

09_constant_buffer

20_hello_cube

21_textured_cube

30_texture3d

31_texture2d_array

MIT License

Copyright (c) 2022 Hamad Almamari (hamad-r)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

jai programming language starter modules kit.

License:MIT License