Lewis McMillan
Lewis McMillan
I've started making bindings to stb and an image container for my own use. The project is still in a rough stage [currently](https://github.com/lewisfish/fortran_stb_image). Can currently save images as PNG, BMP,...
Sorry if I was not clear. What I'm meaning is essentially a user friendly wrapper around the intrinsic transfer to read or write bytes to/from a binary file. For example...
> I believe he's interested in utilities for serialization/deserialization of a data structure. At its heart it is the `transfer` function, but that function is really clunky to use directly...
> Is this task related to the FD thread: [Bytearray for socket packets](https://fortran-lang.discourse.group/t/bytearray-for-socket-packets/2516/2)? > Yes it is, thanks again for your help on that. [Code](https://github.com/lewisfish/fortran_tev_bindings) from that question is here,...
Playing around with the file, I'm able to read and view the mesh in paraview which I believe uses the same backend (vtk). I'm also able to load the mesh...
Okay found the source of the bug. It's my fault. I didn't realise that .obj files started their counting at 1 not 0. Fixing this allows me to read the...
I wanted a summary count of tests failed and passed so have thrown together a minimal working example of this on my [fork](https://github.com/lewisfish/test-drive). It currently just tracks the amount of...
## Review checklist for @lewisfish ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...
@jpmorgan98 For the section in the paper discussing MCDC vs other codes. How does MCDC compare with open source neutron codes such as openMC or GEANT4? Also what codes are...
> @lewisfish We have edited those sections of the paper to include comments about other software in this space and fixed/explained all the issues you raised in [CEMeNT-PSAAP/MCDC#173](https://github.com/CEMeNT-PSAAP/MCDC/issues/173) and [CEMeNT-PSAAP/MCDC#174](https://github.com/CEMeNT-PSAAP/MCDC/issues/174)....