Research software engineer, focused on creating full-stack software systems for scientific end-users.
-
TU Delft
- United Kingdom
- https://adamkewley.com
- @adamkewley_com
Block or Report
Block or report adamkewley
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
eink-harmonograph Public
C++ code for an Arduino device that renders harmonographs to an e-ink display.
C++ 3
2,077 contributions in the last year
Less
More
Contribution activity
March 2023
Created 77 commits in 3 repositories
Created 1 repository
Reviewed 1 pull request in 1 repository
opensim-org/opensim-core
1 pull request
Created an issue in ComputationalBiomechanicsLab/opensim-creator that received 22 comments
Fix UI entirely crashes on Ubuntu with latest Intel iGPU (needs more info)
Found by @pepbos - seems to be hardware-/OS-/stdlib-dependent? Reproduction: In Ubuntu22, boot up OpenSim Creator The splash screen shows normally T…
22
comments
Opened 37 other issues in 2 repositories
ComputationalBiomechanicsLab/opensim-creator
21
closed
13
open
-
Change drop
fmt
library -
Fix build scripts should default to
OSC_BUILD_CONCURRENCY=1
- Change CI configuration to run all unit tests on all OSes
- Fix ensure renderer unit test suite runs on MacOS
-
Fix undefined behavior from get/setFloatArray in
osc::Material
-
Fix deleting a range element from an
OpenSim::Coordinate
component throws exception -
Refactor
benches/
dir to match source dir - Refactor test directory structure to match source directory structure
-
Change
robin-hood-hashing
tounordered_dense
-
Fix clicking a
PathSpring
selects thePathSpring
rather than the underlyingGeometryPath
-
Refactor
src/OpenSimBindings/Rendering
tosrc/OpenSimBindings/Graphics
to mirror root dir structure -
Refactor rename
osc::Popups
toosc::PopupManager
- Fix path points in a geometry path aren't clickable via a 3D viewport
-
Add support for editing
GeometryPath
wraps in theGeometryPath
property editor - Fix manipulation gizmo is effectively broken when editing rotated physical offset frames
- Fix "step by" right-click step buttons always converts to degrees even if clicking on radians
- Fix adding a body with an invalid name crashes
- Add support for mesh *skewing* (simpler than warping)?
- Add semilandmarks support to the mesh warping UI
-
Refactor reformat all source files with
clang-format
- Add system/e2e UI tests that automate ImGui
- Add unit tests that perform QA-like exercises (e.g. loading example models, simulating them, etc.)
- Add expand+crop tooling to the UI screenshot taker used for documentation
- Change OSC into "oscar" (engine) and "OpenSimCreator" (application)
- Change all libraries to latest version for 0.4.1
- Some issues not shown.