Nothing Special   »   [go: up one dir, main page]

Skip to content
View niklasp's full-sized avatar
๐Ÿ’ฅ
2024 let's go steppin
๐Ÿ’ฅ
2024 let's go steppin

Highlights

  • Pro

Block or report niklasp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
niklasp/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @niklasp
  • ๐Ÿ‘€ Iโ€™m interested in frontend dev, blockchain, big data criticism
  • ๐ŸŒฑ Iโ€™m currently working with threejs, react, nextjs, rust
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on something outstanding for society
  • ๐Ÿ‘จโ€๐ŸŽ“ I graduated at the Polkadot Blockchain 2023 in Buenos Aires
  • ๐Ÿ“ซ How to reach me niklas@eedee.net

Pinned Loading

  1. Beautified threejs starter with shaders Beautified threejs starter with shaders
    1
    import * as THREE from 'three';
    2
    import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
    3
    
                  
    4
    export default class Sketch {
    5
      constructor( options ) {
  2. Copy and paste all polkadot brand co... Copy and paste all polkadot brand colors as css variables
    1
    :root {
    2
        --polkadot-pink: #e6007a;
    3
        --polkadot-purple: #552BBF;
    4
        --polkadot-cyan: #00B2FF;
    5
        --polkadot-lime: #D3FF33;
  3. substrate-multichain-next substrate-multichain-next Public

    Setup for a multichain substrate app with next

    TypeScript 2

  4. Wag-Media/wagmedia-com-web Wag-Media/wagmedia-com-web Public

    Wagmedia Website

    TypeScript 1 1