hamad-almamari / jai-sk-old

jai programming language starter kit (minimal modules)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jai starter kit modules

jai programming language starter kit (minimal modules)

Modules List

  • sk_Window : minimal window creation and input module.
  • sk_Bitset : static bit array.
  • sk_dxgi : windows dxgi binding.
  • sk_d3d12 : D3D12 binding.
  • sk_vulkan : Vulkan binding.

Examples

Inside each module folder there is an examples folder.

hello_d3d12

d3d12_debug_layer

hello_vulkan

vulkan_debug_layer

License

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 kit (minimal modules)

License:MIT License


Languages

Language:C++ 66.4%Language:C 33.5%Language:GLSL 0.0%