3ds-hello-dlang
A 3DS homebrew example written in D!
File Explorer
- base.d
- font.d
- internal.d
- package.d
- sprite.d
- spritesheet.d
- text.d
- attribs.d
- base.d
- buffers.d
- effect.d
- fog.d
- framebuffer.d
- light.d
- lightlut.d
- maths.d
- mtxstack.d
- package.d
- proctex.d
- renderqueue.d
- tex3ds.d
- texenv.d
- texture.d
- types.d
- uniforms.d
- linear.d
- mappable.d
- package.d
- vram.d
- error.d
- miiselector.d
- package.d
- swkbd.d
- inet.d
- enums.d
- gpu.d
- gx.d
- package.d
- registers.d
- shaderprogram.d
- shbin.d
- channel.d
- ndsp.d
- package.d
- in_.d
- tcp.d
- ac.d
- am.d
- ampxi.d
- apt.d
- boss.d
- cam.d
- cdcchk.d
- cfgnor.d
- cfgu.d
- csnd.d
- dsp.d
- frd.d
- fs.d
- fspxi.d
- fsreg.d
- gspgpu.d
- gsplcd.d
- hid.d
- httpc.d
- ir.d
- irrst.d
- loader.d
- mcuhwc.d
- mic.d
- mvd.d
- ndm.d
- news.d
- nfc.d
- nim.d
- ns.d
- nwmext.d
- package.d
- pmapp.d
- pmdbg.d
- ps.d
- ptmgets.d
- ptmsysm.d
- ptmu.d
- pxidev.d
- pxipm.d
- qtm.d
- soc.d
- srvpm.d
- sslc.d
- uds.d
- y2r.d
- decompress.d
- package.d
- rbtree.d
- utf.d
- _3dslink.d
- archive.d
- console.d
- env.d
- errf.d
- exheader.d
- font.d
- gdbhio.d
- gdbhio_dev.d
- gfx.d
- ioctl.d
- ipc.d
- mii.d
- netdb.d
- os.d
- package.d
- poll.d
- result.d
- romfs.d
- socket.d
- srv.d
- svc.d
- synchronization.d
- thread.d
- types.d
- system.d
- config.d
- fenv.d
- stddef.d
- stdint.d
- stdio.d
- stdlib.d
- time.d
- wchar_.d
- object.d
- main.d
- .gitignore
- Makefile
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
# Project Badges
-
Screenshot
// repository documentation
Was this content helpful?
(0 ratings)
