Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9 Create a Complete New Architecture #10

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
19fed98
[Docs] : add github setup and documentation
MasterLaplace Oct 13, 2023
3922adb
[Feat] : add Scripts and github workflows
MasterLaplace Oct 13, 2023
8edf898
feat(root): add Laplace Libraries v1.0.0
MasterLaplace Oct 13, 2023
e599d8d
fix(workflows): fix the cpp_norm_checker error
MasterLaplace Oct 13, 2023
5d96dad
feat(map): add Laplace Map Library v1.0.0
MasterLaplace Oct 14, 2023
4d49893
feat(Launcher): add Laplace Launcher v0.1.0 and Laplace logo
MasterLaplace Oct 16, 2023
8fc9d35
feat(root): add documentation for Laplace Launcher
MasterLaplace Oct 16, 2023
7f530c4
feat(src): add create project page in Launcher
MasterLaplace Oct 17, 2023
1578a02
style(Launcher): add Warning in Launcher README
MasterLaplace Oct 17, 2023
50c93b5
docs(.github): put the correct name of the project
MasterLaplace Oct 17, 2023
c8b4500
Merge pull request #14 from MasterLaplace/11-implement-github-setup
MasterLaplace Oct 17, 2023
6f01aed
refactor(LaplaceLib): improve lib_two_free, lib_two_print and add an …
MasterLaplace Oct 17, 2023
c54b2e2
Merge pull request #15 from MasterLaplace/12-implement-laplace-library
MasterLaplace Oct 17, 2023
e157c6b
style(src): improve style of Laplace Launcher
MasterLaplace Oct 17, 2023
01fccd2
Merge pull request #16 from MasterLaplace/13-implement-laplace-launcher
MasterLaplace Oct 17, 2023
174a8f9
feat(Engine): build core file of the Engine
MasterLaplace Oct 17, 2023
a4b6c45
feat(src): build with the engine version specified in the config file
MasterLaplace Oct 18, 2023
936571d
Merge pull request #18 from MasterLaplace/17-implement-a-version-mana…
MasterLaplace Oct 18, 2023
e005197
feat(Engine): Clock, Window, Config, Math and Engine module implemented
MasterLaplace Oct 18, 2023
b66e267
Merge pull request #20 from MasterLaplace/19-implement-engine-module
MasterLaplace Oct 18, 2023
b4a1296
style(root): fclean when make launcher is executed
MasterLaplace Oct 18, 2023
6e1ea18
style(root): error in the Copyright line of the README
MasterLaplace Oct 18, 2023
8874936
fix(root): fix build error
Martin-Boucault-35 Oct 18, 2023
777ea5e
Merge pull request #22 from MasterLaplace/21-fix-build-error
Martin-Boucault-35 Oct 18, 2023
7b23dda
feat(worflows): implement workflows to increment the current version …
MasterLaplace Oct 20, 2023
3be09a5
feat(docs): add doxygen generator action
MasterLaplace Oct 22, 2023
e3cf589
fix(libs): fix build error
Sigmanificient Oct 22, 2023
f65d500
docs(root): update checkout version of workflows, and fix some review…
MasterLaplace Oct 22, 2023
d65c869
Merge pull request #23 from Sigmanificient/laplace/9-create-a-complet…
MasterLaplace Oct 22, 2023
a863e62
fix(.github): workflow error
MasterLaplace Oct 22, 2023
b5c07cf
feat(Engine): add keyboard handling and render window
MasterLaplace Nov 12, 2023
608dc0d
docs: add `important` note in readme
MasterLaplace Nov 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: add important note in readme
MasterLaplace committed Nov 12, 2023
commit 608dc0d679dbfadb5c7655710aeb76921cc04824
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -69,6 +69,10 @@ Mon objectif final est de pouvoir proposer un rendu 3d graphique de n’importe
objet importé ainsi que de pouvoir me déplacer pour l’observer sous d’autres angles en
temps réel.<br>

> [!IMPORTANT]
> The project is still under development and may not be stable.
> The next version is still under development in the `9-create-a-complete-new-architecture` branch.


<div id='goal'/>

@@ -119,6 +123,17 @@ temps réel.<br>
- 6.3 Cache
- 6.4 Mémoire
- 6.5 GPU
6. Interface (à faire)
- 6.1 Interface graphique
- 6.2 Interface en ligne de commande
- 6.3 Interface vocale
- 6.4 Interface neuronale
7. Renderer (à faire)
8. Moteur physique (à faire)
9. Moteur audio (à faire)
10. Moteur de jeu (à faire)
11. Intelligence artificielle (à faire)
- 11.1 Machine learning

Il faut : ✅