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

[TODOLIST] #146

Open
1 of 23 tasks
tiawl opened this issue Mar 10, 2024 · 0 comments
Open
1 of 23 tasks

[TODOLIST] #146

tiawl opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
draft Draft/Test hat Gather several related issues

Comments

@tiawl
Copy link
Owner

tiawl commented Mar 10, 2024

  • src/spaceporn refactoring:
    • check https://ziggit.dev/docs for tips:
      • check every payload capture => use pointer if necessary
      • pass const pointers into functions instead of objects
      • check allocator usage => move them into array/BoundedArray if possible
      • remove allocator weird thing into rebuild_swapchain ()
      • ...
    • naming conventions:
      • use Uppercase for structs/enums/unions
      • change function names: convert_error () => convertError ()
    • avoid relative paths: instead of std.fs.cwd () use absolute path
    • change wrapper/module functions: destroy () -> deinit ()
    • use pointers into functions parameters
    • replace == by std.mem.eql () for strings
    • usage () and parse_options () should be Logger methods: rework on options.zig
    • split src/vk/context.zig
    • 80 spaces width
  • build.zig:
  • issues:
    • filter issues
    • develop existing issues
    • reorganize hat-flag issues ?
  • Use a modified JB #200
  • Update MD files #219
@tiawl tiawl self-assigned this Mar 10, 2024
@tiawl tiawl added stage generator Related to the generator labels Mar 10, 2024
@tiawl tiawl added this to the 0.1.0 milestone Mar 10, 2024
tiawl added a commit that referenced this issue Mar 10, 2024
tiawl added a commit that referenced this issue Mar 11, 2024
tiawl added a commit that referenced this issue Mar 12, 2024
tiawl added a commit that referenced this issue Mar 13, 2024
tiawl added a commit that referenced this issue Mar 19, 2024
tiawl added a commit that referenced this issue Mar 19, 2024
tiawl added a commit that referenced this issue Mar 21, 2024
tiawl added a commit that referenced this issue Mar 22, 2024
tiawl added a commit that referenced this issue Mar 22, 2024
tiawl added a commit that referenced this issue Apr 2, 2024
tiawl added a commit that referenced this issue Apr 4, 2024
tiawl added a commit that referenced this issue Apr 4, 2024
tiawl added a commit that referenced this issue Apr 5, 2024
tiawl added a commit that referenced this issue Apr 5, 2024
tiawl added a commit that referenced this issue Apr 5, 2024
tiawl added a commit that referenced this issue Apr 6, 2024
tiawl added a commit that referenced this issue Apr 6, 2024
tiawl added a commit that referenced this issue Apr 7, 2024
@tiawl tiawl changed the title Before going further Todolit (Draft) Apr 12, 2024
@tiawl tiawl changed the title Todolit (Draft) Todolist/Draft Apr 12, 2024
@tiawl tiawl added hat Gather several related issues and removed stage generator Related to the generator labels Apr 13, 2024
@tiawl tiawl removed this from the 0.1.0 milestone Apr 13, 2024
@tiawl tiawl changed the title Todolist/Draft [DRAFT] TODOLIST Apr 13, 2024
@tiawl tiawl added the draft Draft/Test label Apr 13, 2024
@tiawl tiawl changed the title [DRAFT] TODOLIST TODOLIST Apr 13, 2024
@tiawl tiawl changed the title TODOLIST [TODOLIST] Apr 13, 2024
tiawl added a commit that referenced this issue Apr 13, 2024
@tiawl tiawl pinned this issue Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft Draft/Test hat Gather several related issues
Projects
None yet
Development

No branches or pull requests

1 participant