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

BRAYNS-662 Add engine endpoints v3 #1291

Merged
merged 40 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0847d05
Added info to remove default values.
Adrien4193 Sep 12, 2024
469c650
C++ side cleanup.
Adrien4193 Sep 26, 2024
7ab80a6
formatting.
Adrien4193 Sep 26, 2024
9afdb7d
Use array for boxes.
Adrien4193 Sep 26, 2024
8cda95a
Python side + tests.
Adrien4193 Oct 4, 2024
97f2887
Minor changes.
Adrien4193 Oct 4, 2024
ca708e6
Simplified tasks.
Adrien4193 Oct 4, 2024
66e50fe
Rewrite task system.
Adrien4193 Nov 1, 2024
055d632
Changed data model.
Adrien4193 Nov 4, 2024
881ad34
Checkpoint geometry objects.
Adrien4193 Nov 15, 2024
984e716
Checkpoint all curves.
Adrien4193 Nov 15, 2024
0dce15a
All geometry objects.
Adrien4193 Nov 18, 2024
fa5e04d
Geometry endpoints.
Adrien4193 Nov 18, 2024
74502e6
Python side geometry.
Adrien4193 Nov 18, 2024
c149c10
Quad mesh tested.
Adrien4193 Nov 18, 2024
d1740b3
All geometries tested.
Adrien4193 Nov 19, 2024
53ab48d
Texture endpoints.
Adrien4193 Nov 21, 2024
9ef5a54
Use different types for binary and text data.
Adrien4193 Nov 21, 2024
bed0c3f
Fixed bug.
Adrien4193 Nov 21, 2024
ab799fd
Python textures.
Adrien4193 Nov 21, 2024
ce0816e
Material checkpoint.
Adrien4193 Nov 22, 2024
2fde4c3
All material objects.
Adrien4193 Nov 22, 2024
f1b43cc
Materials tested.
Adrien4193 Nov 26, 2024
6949c25
Light endpoints implemented.
Adrien4193 Nov 27, 2024
16dc4a7
Lights tested.
Adrien4193 Nov 28, 2024
c3eb060
Fixed material texture ownership.
Adrien4193 Nov 29, 2024
ab3c676
Task endpoints.
Adrien4193 Dec 2, 2024
5ebac46
Renderer objects.
Adrien4193 Dec 3, 2024
4c75ced
Renderer endpoints.
Adrien4193 Dec 3, 2024
a0bae75
Renderer python.
Adrien4193 Dec 3, 2024
7c70853
Renderer tested.
Adrien4193 Dec 3, 2024
4645085
Material validation in renderer.
Adrien4193 Dec 3, 2024
a906faf
Scene objects.
Adrien4193 Dec 4, 2024
01ae791
Add scene endpoints.
Adrien4193 Dec 4, 2024
8a499c9
Scene python API.
Adrien4193 Dec 4, 2024
718ef99
Scene objects tested.
Adrien4193 Dec 9, 2024
5bfb22a
Updated task system.
Adrien4193 Dec 9, 2024
3712d82
Rendering tested.
Adrien4193 Dec 10, 2024
51386fe
Fix tests + format.
Adrien4193 Dec 10, 2024
c3a2982
Fix release build error.
Adrien4193 Dec 10, 2024
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
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ BreakFunctionDefinitionParameters: false
BreakInheritanceList: AfterColon
BreakStringLiterals: false
BreakTemplateDeclarations: Yes
ColumnLimit: 120
ColumnLimit: 150
CompactNamespaces: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Expand Down
Loading
Loading