JavaLWJGLVulkan/README.md

32 lines
No EOL
387 B
Markdown

# Project
## Info
Extensions used : `
vscjava.vscode-java-pack`
## Usefull command
1. Compile
```console
mvn compile
```
2. Run
```console
mvn exec:java
```
3. Package
```console
mvn package
```
## Usefull links
- https://vulkan-tutorial.com/fr/Introduction
- https://github.com/Naitsirc98/Vulkan-Tutorial-Java/tree/master
- https://vulkan4j.7dg.tech/tutorial/en/overview.html