NaiJi ✨ NaiJi
  • [Worldwide]
  • linux/c++/dart

  • Joined on 2022-03-12
NaiJi opened issue NaiJi/project-kyoku#14 2022-05-22 06:20:52 +02:00
Implement general selection for Editor
NaiJi opened issue NaiJi/project-kyoku#13 2022-05-22 06:20:15 +02:00
Buttons in drop menu widget have weird spacing
NaiJi pushed to master at NaiJi/project-kyoku 2022-05-22 06:17:25 +02:00
97d2216a2e Adjust editor process to new editor context
NaiJi pushed to master at NaiJi/project-kyoku 2022-05-22 05:11:50 +02:00
c24ecc0acc Adjust game process to new game context
NaiJi pushed to master at NaiJi/bash-snippets 2022-05-22 04:41:44 +02:00
b8f31dd12b Add 'dronefailures'
NaiJi opened issue NaiJi/project-kyoku#12 2022-05-18 13:34:17 +02:00
Implement automatic rescaling on resizing window
NaiJi opened issue NaiJi/project-kyoku#11 2022-05-18 13:32:13 +02:00
Implement and design basic style system for UI
NaiJi opened issue NaiJi/project-kyoku#10 2022-05-18 13:31:03 +02:00
Implement SFX system
NaiJi pushed to master at NaiJi/project-kyoku 2022-05-18 01:47:57 +02:00
45132ff82a Add polymorphic draw for classic notes
NaiJi commented on issue NaiJi/project-kyoku#8 2022-05-17 06:23:25 +02:00
Implement timeline view for Editor
NaiJi pushed to master at NaiJi/project-kyoku 2022-05-17 06:22:34 +02:00
0d97e61f4b Adapt graphics manager to GameContext
NaiJi opened issue NaiJi/project-kyoku#9 2022-05-17 04:39:50 +02:00
BPM calculator fails to approximate intervals correctly
NaiJi commented on issue NaiJi/project-kyoku#8 2022-05-17 03:31:58 +02:00
Implement timeline view for Editor

Fuck this shit, it encapsulates and makes more flexible game logic, like input and update, but it doesn't help with draw()

Okay, I will try to force Observer on it.

  1. There can be infinite…
NaiJi pushed to master at NaiJi/project-kyoku 2022-05-15 09:30:43 +02:00
c2b23a4c59 Move HolderManager and ClassicGraphicsManager to context
NaiJi pushed to master at NaiJi/project-kyoku 2022-05-14 06:48:55 +02:00
14c201e28d Add new abstraction Context
NaiJi pushed to master at NaiJi/music-bot 2022-05-13 13:40:57 +02:00
b88ad5f8e6 Update 'post.sh'
NaiJi pushed to master at NaiJi/music-bot 2022-05-13 13:29:13 +02:00
5494badd0e Update 'post.sh'
NaiJi pushed tag solved to NaiJi/tour-of-nix 2022-05-12 15:44:23 +02:00
NaiJi released "Tour of Nix solved" at NaiJi/tour-of-nix 2022-05-12 15:44:23 +02:00
NaiJi commented on issue NaiJi/project-kyoku#8 2022-05-12 03:35:06 +02:00
Implement timeline view for Editor

Issues here:

  • 2 kinds of classic notes should differently behave in 2 different contextes.
  • In ClassicArrowNote update() and input() functions are concrete and cannot change depending on where…